home *** CD-ROM | disk | FTP | other *** search
/ Atari Mega Archive 1 / Atari Mega Archive - Volume 1.iso / apps / math / ols.zoo / install < prev    next >
Text File  |  1993-04-15  |  1KB  |  60 lines

  1.  
  2.  
  3.  
  4.                     Installation Instructions
  5.  
  6.  
  7.  
  8. What you need to install OLS:
  9.  
  10.     1. an ANSI C is essential.  Any ANSI C should be fine, but 
  11.     I have only tried 
  12.         - gcc on SPARC
  13.         - Lucid C v2.0 for SPARC.
  14.  
  15.     2. a Unix-compatible make
  16.  
  17. What you do to install OLS:
  18.  
  19. 1. Unpack the distribution archive in a clean directory.
  20.  
  21. 2. Bring up Makefile in an editor.  At the top of the file
  22.    are instructions for editing it.  You have to setup your C
  23.    compiler and directory assumptions.
  24.  
  25. 3. Now say
  26.  
  27.     make
  28.  
  29.    for a compile.
  30.  
  31. 4. If all is well, say
  32.  
  33.     make test
  34.  
  35.    to have the behaviour of the executable tested against
  36.    prestored results.  Small differences (because of differences
  37.    in FP hardware) are ok, serious differences are not.
  38.  
  39. 5. If you wish, say
  40.  
  41.     make install
  42.  
  43.    and it will copy files into destination directories.
  44.  
  45.    (In case you don't have a troff handy, the file ols.man
  46.     contains a plaintext version of ols.1).
  47.  
  48.  
  49. What you need to install epp2tex (optional!):
  50.  
  51.     any implementation of the new awk language (e.g., a recent GNU awk).
  52.  
  53. What you do to install epp2tex:
  54.  
  55.     1. Create a new directory with a name like ./EPP2TEX
  56.     2. Go inside it and say
  57.         /bin/sh ../epp2tex.shar
  58.     3. Read the README and go on from there.
  59.  
  60.